Returns a hash code for the specified object.
public int GetHashCode(
)
'Declaration
Public Overloads Function GetHashCode( _
ByVal As _
) As Integer
Parameters
- obj
- The object for which a hash code is to be returned.
Return Value
A hash code for the specified object, based on its reference.